curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/compute/overview \
--header 'Authorization: Bearer <token>'[
{
"instances_by_status": [
{
"status": "<string>",
"count": 123
}
],
"instances_total": 123,
"resources_allocated": {
"vcpu": 123,
"ram_mb": 123,
"ram_gb": 123,
"storage_gb": 123
},
"resources_count": {
"volumes": 123,
"vpcs": 123,
"ssh_keys": 123,
"snapshots": 123,
"backups": 123,
"storage_gb": 123
},
"tasks_by_status": [
{
"status": "<string>",
"count": 123
}
],
"tasks_recent_count": 123
}
]Returns aggregated data for the project dashboard including instance counts by status, resource totals, and task statistics.
curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/compute/overview \
--header 'Authorization: Bearer <token>'[
{
"instances_by_status": [
{
"status": "<string>",
"count": 123
}
],
"instances_total": 123,
"resources_allocated": {
"vcpu": 123,
"ram_mb": 123,
"ram_gb": 123,
"storage_gb": 123
},
"resources_count": {
"volumes": 123,
"vpcs": 123,
"ssh_keys": 123,
"snapshots": 123,
"backups": 123,
"storage_gb": 123
},
"tasks_by_status": [
{
"status": "<string>",
"count": 123
}
],
"tasks_recent_count": 123
}
]Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).